projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44a031c
)
Annotate gdk_drag_action_is_unique as const
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 14 Sep 2021 17:10:48 +0000
(13:10 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 14 Sep 2021 20:38:08 +0000
(16:38 -0400)
gdk/gdkdrag.h
patch
|
blob
|
history
diff --git
a/gdk/gdkdrag.h
b/gdk/gdkdrag.h
index 9133e0793b6164f1726d7bed86ee857310e2649c..fffff85d24abc1e45edaddf1eaf92741a7a8fd54 100644
(file)
--- a/
gdk/gdkdrag.h
+++ b/
gdk/gdkdrag.h
@@
-69,7
+69,7
@@
GDK_AVAILABLE_IN_ALL
GdkDragAction gdk_drag_get_selected_action (GdkDrag *drag);
GDK_AVAILABLE_IN_ALL
-gboolean gdk_drag_action_is_unique (GdkDragAction action);
+gboolean gdk_drag_action_is_unique (GdkDragAction action)
G_GNUC_CONST
;
GDK_AVAILABLE_IN_ALL
GdkDrag * gdk_drag_begin (GdkSurface *surface,